Fix build failure on Linux due to Makefile and source mismatch#46
Open
kinney-08 wants to merge 1 commit into
Open
Fix build failure on Linux due to Makefile and source mismatch#46kinney-08 wants to merge 1 commit into
kinney-08 wants to merge 1 commit into
Conversation
Author
|
emm,刚才检查了一下上一位的PR, 发现遇到了和那位一样的问题,那位解决的也更完善。 |
Author
|
P.S. 现在gcc已经更新到15.2.1了,有些翻译条目已经过时了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request resolves a compilation issue on Linux systems caused by inconsistencies between the Makefile and the source files in the
srcdirectory. The original Makefile referenced incorrect fileszh-kawaii.po, leading to build failures. After updating the Makefile to align with the actual source files, the project now compiles successfully on Linux. The changes have been tested on a clean Linux environment.此PR修复了在 Linux 系统上因 Makefile 与
src目录中的源文件不匹配而导致的编译问题。原有的 Makefile 引用了错误的文件zh-kawaii.po,导致构建失败。在更新 Makefile 以匹配实际的源文件后,项目现可在 Linux 上成功编译。此更改已在干净的 Linux 环境中测试通过。